DelegateBasedKeyValuesRepo

fun <Key, Value> DelegateBasedKeyValuesRepo(readDelegate: ReadKeyValuesRepo<Key, Value>, writeDelegate: WriteKeyValuesRepo<Key, Value>)